Replicates the string in str the number of times specified by #copies.
You can use this function to insert a line of characters any time they are needed. Some typical uses are:
The following examples are applicable to Crystal syntax:
If {file.SALES} < {file.QUOTA} Then
Prints the character * ten times as a flag.
{file.NAME}+ " " + ReplicateString("*", {file.SCORE})
Prints a simple bar graph showing test results. The formula prints an asterisk for each point in a test score (the value in the file.SCORE field).
The formula prints an asterisk for each point in a test score (the value in the {file.SCORE} field). For example, given the following data:
Name | Score |
The formula will produce the following results:
Name | @Score |
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |